home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome_100_percent.pak / Unnamed File 000004.txt < prev    next >
Text File  |  2013-04-03  |  981b  |  52 lines

  1. <!DOCTYPE html>
  2. <html i18n-values="dir:textdirection">
  3. <head>
  4. <title i18n-content="title">
  5. </title>
  6. <style>
  7. html {
  8.   height: 100%;
  9. }
  10. body {
  11.   color: #000;
  12.   font-family: Helvetica, Arial, sans-serif;
  13.   background-image: -webkit-linear-gradient(rgb(255, 255, 255) 50%,
  14.                                             rgb(236, 244, 255));
  15.   height: 100%;
  16.   padding: 0px;
  17.   margin: 0px;
  18. }
  19. #error {
  20.   position: absolute;
  21.   left: 180px;
  22.   top: 150px;
  23.   font-size: 24px;
  24. }
  25. #error img {
  26.   margin-right: 10px;
  27.   vertical-align: middle;
  28. }
  29. #name  {
  30.   font-weight: bold;
  31. }
  32. #msg {
  33. }
  34. </style>
  35. </head>
  36.  
  37. <body id="t">
  38.  
  39. <div id="error" jsvalues=".title:url">
  40. <img jsvalues=".src:icon" width="96"  height="96">
  41. <div style="display:inline-block; vertical-align: middle;">
  42. <div id="name" jsvalues=".innerText:name"></div>
  43. <div id="msg" jsvalues=".innerText:msg"></div>
  44. <div id="suggestions" jsselect="suggestionsLearnMore">
  45.   <span jsvalues=".innerHTML:msg"></span>
  46. </div>
  47. </div>
  48. </div>
  49.  
  50. </body>
  51. </html>
  52.